.swiper-container {
    width: 100%;
    height: 350px;
    position: relative;
}

.swiper-lazy {
    width: 100%;
    height: 350px;
}

.swiper-button-prev {
    display: none;
    transition: all 0.6s;
}

.swiper-button-next {
    display: none;
    transition: all 0.6s;
}

.title {
    text-align: center;
    padding: 50px 0 25px 0;
    width: 1200px;
    margin: 0 auto;
}

.title span {
    width: 50px;
    height: 4px;
    background: #009dee;
    display: inline-block;
    margin-top: 17px;
}

/*服务*/

.service {
    width: 100%;
    background: #f2f2f2;
    padding-bottom: 50px;
}

.service .container {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.service .container .tab {
    height: 180px;
    position: relative;
}

.service .container .tab li {
    list-style: none;
    width: 239px;
    height: 170px;
    text-align: center;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    position: relative;
    background: #f9f9f9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.service .container .tab li img {
    max-width: 70%;
}

.service .container .tab li span {
    padding-top: 8px;
    font-size: 14px;
    font-weight: bold;
}

.service .container .content {
    margin-top: 0px;
    -webkit-box-flex: 1.0;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    height: 510px;
}


/*服务汇总*/

.hide {
    display: none !important;
}

.selected {
    background-color: #23a9e8 !important;
    color: #fff !important;
}

.service .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: wrap;
    position: relative;
}

.pool {
    width: 100%;
    background: #f2f2f2;
    padding-bottom: 60px;
}

.pool_content {
    width: 90%;
    margin-left: 5%;
}

.pool_list {
    min-width: 239px;
    height: 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    background: #fff;
    text-align: center;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.pool_list:hover {
    background: #f8f8f8;
    color: #23a9e8 !important;
}

.pool_list img {
    max-width: 60%;
    z-index: 2;
}

.pool_list p {
    color: #999;
}

.pool_list h4 {
    padding: 10px 0;
    font-size: 14px;
    color: #333;
}

.pool_list:hover p {
    background: #f8f8f8;
    color: #23a9e8 !important;
}

.pool_list:hover h4 {
    background: #f8f8f8;
    color: #23a9e8 !important;
}

.car_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 540px;
}

.car_list {
    min-width: 315px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: all 0.5s;
}

.car_list:hover > .car_div {
    background: rgb(130, 122, 104) !important;
}

.car_div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    margin-top: 0%;
    border: 4px solid #827a68;
    cursor: pointer;
    transition: all 0.5s;
    color: #fff;
}

.car_list_one {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background: url(../image/car1.png);
    -webkit-box-flex: 1.0;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    height: 510px;
}

.car_list_two {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background: url(../image/car2.png);
    -webkit-box-flex: 1.0;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    height: 510px;
    margin: 0 5px;
}

.car_list_three {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background: url(../image/car3.png);
    -webkit-box-flex: 1.0;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    height: 510px;
}

.store {
    width: 100%;
    -webkit-box-flex: 1.0;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.store_list {
    width: 49%;
    height: 250px;
    position: relative;
}

.store_one {
    background-image: url(../image/store1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.store_two {
    background-image: url(../image/store2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.store_three {
    background-image: url(../image/store3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.store_four {
    background-image: url(../image/store4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.store_div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    bottom: 10px;
    left: 0;
    padding: 0 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.store_div div {
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 20px;
}

.store_div p {
    padding-left: 10px;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}

.territory {
    background-image: url(../image/bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    width: 100%;
}

.territory .container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.territory .title {
    color: #ffffff;
    width: 1200px;
    margin: 0 auto;
}

.vol {
    text-align: left;
    margin: 0 auto;
    z-index: 5;
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
}

.territory .sales-volume {
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    position: relative;
    left: 40px;
}

.territory_echarts {
    width: 100%;
    height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.territory_title1 {
    margin-bottom: 25px;
}

.territory_echarts img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.territory .brand {
    float: right;
}

.territory .brandlist img {
    max-width: 50%;
}

.territory .brandlist_div_name {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

.territory .brandlist_div_number {
    font-size: 16px;
    color: #a9a9ae;
    font-weight: bold;
    padding-left: 20%;
}

.territory .brandlist_div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 5px;
}

.territory .brandlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}


/*第三部分 合作伙伴*/

.partner_title {
    text-align: center;
    padding: 50px 0 25px 0;
    width: 1200px;
    margin: 0 auto;
}

.partner_title h2 {
    font-size: 20px;
    color: #363636;
    font-weight: bold;
}

.partner_title span {
    width: 50px;
    height: 4px;
    background: #009dee;
    display: inline-block;
    margin-top: 17px;
}

.partner {
    width: 1200px;
    margin: 0 auto;
}

.partner_h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 25px;
}

.partner_h2 span {
    color: #4f4f4f;
    font-size: 16px;
    padding-left: 15px;
}

.partner_all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.partner_list {
    height: 100px;
    width: 13.666667%;
    transition: all 0.4s;
    box-shadow: #e4e4e4 0px 0px 5px;
    margin-bottom: 15px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.partner_list:hover {
    box-shadow: 0px 5px 13px #999;
}

.partner_list img {
    max-width: 70%;
    max-height: 50px;
}


/*底部*/

.checkbox_div {
    color: #fff;
    text-align: left;
    margin-top: 20px;
    position: relative;
}

.checkbox_div span {
    font-size: 12px;
    margin-left: 20px;
}

.checkbox_div input {
    position: absolute;
    left: 0;
}

.li_li_img_white {
    display: none;
}

.lt li:hover .li_li_img_white {
    display: block;
    margin: 0 auto;
    margin-top: 12px;
}

.lt li:hover .lt_li_img {
    display: none;
}

.lt li:hover {
    background: #3e82f2;
    text-align: center;
    vertical-align: middle;
}

.lt li:hover .lt_li_span {
    color: #fff !important;
}

.lt li:hover h3 {
    color: #fff !important;
}